projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e662a99
)
Fix dh_listpackages in strip-nondeterminism target
author
Rob Browning
<rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:02:00 +0000
(13:02 -0500)
committer
Rob Browning
<rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:02:10 +0000
(13:02 -0500)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 9647a5be1fa7044bb5ec3f39a9c8130b510d9309..56bd25068ef0fba63c5016afd74b1a0d43927d02 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-586,7
+586,8
@@
override_dh_strip_nondeterminism:
debian/elgz-canary; \
fi
cd debian && \
- find $$(dh_listpackages) -name "*.el.gz" -printf "%T@ %p\0" > elgz-info
+ find $$(cd .. && dh_listpackages) \
+ -name "*.el.gz" -printf "%T@ %p\0" > elgz-info
dh_strip_nondeterminism
set -eo pipefail; \
cd debian; \